home *** CD-ROM | disk | FTP | other *** search
/ Aminet 40 / Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso / Aminet / util / cli / Cmp.readme < prev    next >
Text File  |  2000-11-01  |  4KB  |  127 lines

  1. Short:    Nice and tiny binary file compare tool
  2. Author:   thor@math.tu-berlin.de
  3. Uploader: thor@math.tu-berlin.de
  4. Version:  40.4
  5. Type:     util/cli
  6. Requires: OS 2.04
  7.  
  8. _____________________________________________________________________________
  9.  
  10.                         The THOR-Software Licence
  11.  
  12.  
  13. This License applies to the computer programs known as "Cmp".
  14. The "Program", below, refers to such program.
  15.  
  16.  
  17. The programs and files in this distribution are freely distributable
  18. under the restrictions stated below, but are also Copyright (c)
  19. Thomas Richter.
  20.  
  21.  
  22. Distribution of the Program by a commercial organization without written
  23. permission from the author to any third party is prohibited if any payment
  24. is made in connection with such distribution, whether directly
  25. (as in payment for a copy of the Program) or indirectly (as in payment
  26. for some service related to the Program, or payment for some product
  27. or service that includes a copy of the Program "without charge";
  28. these are only examples, and not an exhaustive enumeration of prohibited
  29. activities). However, the following methods of distribution involving
  30. payment shall not in and of themselves be a violation of this restriction:
  31.  
  32.  
  33. (i) Posting the Program on a public access information storage and
  34. retrieval service for which a fee is received for retrieving information
  35. (such as an on-line service), provided that the fee is not
  36. content-dependent (i.e., the fee would be the same for retrieving the same
  37. volume of information consisting of random data).
  38.  
  39.  
  40.  
  41. (ii) Distributing the Program on a CD-ROM, provided that the files
  42. containing the Program are reproduced entirely and verbatim on such
  43. CD-ROM, and provided further that all information on such CD-ROM be
  44. redistributable for non-commercial purposes without charge.
  45.  
  46.  
  47.  
  48. Everything in this distribution must be kept together, in original
  49. and unmodified form.
  50.  
  51.  
  52.  
  53.  
  54. Limitations.
  55.  
  56. THE PROGRAM IS PROVIDED TO YOU "AS IS," WITHOUT WARRANTY. THERE IS NO
  57. WARRANTY FOR THE PROGRAM, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT
  58. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
  59. PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. THE ENTIRE
  60. RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD
  61. THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY
  62. SERVICING, REPAIR OR CORRECTION.
  63.  
  64.  
  65.  
  66. IF YOU DO NOT ACCEPT THIS LICENCE, YOU MUST DELETE ALL FILES CONTAINED IN
  67. THIS ARCHIVE.
  68.  
  69. _____________________________________________________________________________
  70.  
  71. Purpose of this program:
  72.  
  73.  
  74. Compare two binary files and print the difference in a TYPE HEX style output.
  75.  
  76. Synopsis:
  77.  
  78. Cmp FILE1/A,FILE2/A,WIDTH/N,BUFFERSIZE/N,QUIET/S
  79.  
  80. FILE1,FILE2:        The two files to compare
  81.  
  82. WIDTH:            The width of the output, in bytes. Defaults to eight.
  83.  
  84. BUFFERSIZE:        The size of the I/O buffers. Default is 4096 bytes.
  85.             The buffersize is limited by 65535 bytes, though.
  86.  
  87. QUIET:            Do not print the differences, just the net result.
  88.             Useful in scripts.
  89.  
  90.  
  91. "Cmp" is so tiny, even this readme is longer than the actual binary.... ;-)
  92.  
  93. _____________________________________________________________________________
  94.  
  95. Changes made in 40.4:
  96.  
  97.     -Added the QUIET option.
  98. _____________________________________________________________________________
  99.  
  100. Changes made in 40.3:
  101.  
  102.     -Cmp got a bit faster, even though one could do much better.
  103.     -The maximal buffersize was doubled...(-:
  104.  
  105. _____________________________________________________________________________
  106.  
  107. Changes made in 40.2:
  108.  
  109.     -Cmp is now pure, i.e. can be made resident.
  110.     -Cmp uses the localized version for the "***Break" message.
  111.  
  112. _____________________________________________________________________________
  113.  
  114.  
  115. Thomas,        
  116.     September 2000
  117.  
  118.  
  119. ============================= Archive contents =============================
  120.  
  121. Original  Packed Ratio    Date     Time    Name
  122. -------- ------- ----- --------- --------  -------------
  123.     3228    2162 33.0% 09-Sep-00 22:14:54 +Cmp
  124.     3731    1707 54.2% 09-Sep-00 22:16:20 +Cmp.readme
  125. -------- ------- ----- --------- --------
  126.     6959    3869 44.4% 17-Oct-100 21:16:24   2 files
  127.